All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.BrowserCell

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Cell
                   |
                   +----com.apple.alpha.app.BrowserCell

public class BrowserCell
extends Cell
This class wraps the Objective-C class NSBrowserCell.


Constructor Index

 o BrowserCell()
This default constructor is equivalent to Objective-C's [[NSBrowserCell alloc] init].
 o BrowserCell(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o BrowserCell(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Method Index

 o alternateImage()
A wrapper for the - alternateImage Objective-C instance method.
 o branchImage()
A wrapper for the + branchImage Objective-C class method.
 o highlightedBranchImage()
A wrapper for the + highlightedBranchImage Objective-C class method.
 o isLeaf()
A wrapper for the - isLeaf Objective-C instance method.
 o isLoaded()
A wrapper for the - isLoaded Objective-C instance method.
 o reset()
A wrapper for the - reset Objective-C instance method.
 o set()
A wrapper for the - set Objective-C instance method.
 o setAlternateImage(Image)
A wrapper for the - setAlternateImage: Objective-C instance method.
 o setLeaf(boolean)
A wrapper for the - setLeaf: Objective-C instance method.
 o setLoaded(boolean)
A wrapper for the - setLoaded: Objective-C instance method.

Constructors

 o BrowserCell
 protected BrowserCell(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o BrowserCell
 public BrowserCell()
This default constructor is equivalent to Objective-C's [[NSBrowserCell alloc] init].

 o BrowserCell
 public BrowserCell(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Methods

 o branchImage
 public static native Image branchImage()
A wrapper for the + branchImage Objective-C class method.

 o highlightedBranchImage
 public static native Image highlightedBranchImage()
A wrapper for the + highlightedBranchImage Objective-C class method.

 o isLeaf
 public native boolean isLeaf()
A wrapper for the - isLeaf Objective-C instance method.

 o setLeaf
 public native void setLeaf(boolean flag)
A wrapper for the - setLeaf: Objective-C instance method.

 o isLoaded
 public native boolean isLoaded()
A wrapper for the - isLoaded Objective-C instance method.

 o setLoaded
 public native void setLoaded(boolean flag)
A wrapper for the - setLoaded: Objective-C instance method.

 o reset
 public native void reset()
A wrapper for the - reset Objective-C instance method.

 o set
 public native void set()
A wrapper for the - set Objective-C instance method.

 o setAlternateImage
 public native void setAlternateImage(Image newAltImage)
A wrapper for the - setAlternateImage: Objective-C instance method.

 o alternateImage
 public native Image alternateImage()
A wrapper for the - alternateImage Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index